@import "[default].parameters.css";

footer {
    background-color: var(--color-background-dark);
}

    footer a,
    footer p {
        font-size: var(--font-size-xs);
        font-weight: var(--font-weight-regular);
        text-underline-position: from-font;
    }

        footer a:hover,
        footer a:focus {
            text-decoration: underline;
            /*    opacity: 0.7;*/
        }
